
 There're 2 ways to test server functionality:

 1) With BROWSER:
		Run the SERVER.exe (check for any errors)
		Be sure that URLs directory isn't empty
		Open your browser
		goto: HTTP://LOCALHOST/ or HTTP://127.0.0.1/

 2) With the REMOTE CONTROLLER 2:
		Run the SERVER.exe (check for any errors)
		Be sure that URLs directory isn't empty
		Open REMOTE CONTROLLER 2
		Set IP = 127.0.0.1 and PORT = 80
		when connected, send: GET / HTTP
		to quit server, send: QUIT (be sure that quit command is enabled in ANALYZER DATA.inc)
		to identify server, send: IDENTIFY



 ENJOY